You are here: Appendix J: Rendering Navisworks models

Appendix J: Rendering Navisworks models

Publisher is able to integrate the Navisworks Freedom viewer to render Navisworks models to the NWD format. This is also made possible by the AutoLISP feature of the AutoCAD rendering module as described in Configuring the Autodesk AutoCAD rendering module options.

To configure Publisher to render Navisworks models:

  1. Install the following software on the Meridian Enterprise Server node where the publishing job will run:
  1. Install the NavisWorksViewer.reg file that is provided in the Meridian Enterprise Program/Viewers folder. Installing third-party viewer support is described in the BlueCielo Meridian Enterprise User's Guide.
  2. Add the following AutoLISP function to the AutoCAD startup:
(defun MakeNWD (outfile outfile2)
  (command "NWDOUT" outfile)
  (command "quit")
)
  1. Configure the publishing job as described in Configuring the Autodesk AutoCAD rendering module options with the settings described in the following table.
AutoLISP command options
Option Description

File extensions

.dwg;.dxf

Rendition type

AutoLISP command

Name

MakeNWD

Output file extension

nwd

Property name

<None>

Related concepts

Understanding the Autodesk AutoCAD rendering module

Related tasks

Configuring the Autodesk AutoCAD rendering module options